.doyoo_pan_icon {
  display: none !important;
}
.jz_sidebar {
  position: fixed;
  bottom: 161px;
  width: 60px;
  right: 0;
  z-index: 1000;
  font-size: 0;
  background-color: #fff;
  text-align: center;
  border: 1px solid rgba(191, 191, 191, 0.4);
}
.jz_sidebar .border_radius {
  width: 45px;
}
.jz_sidebar .tit {
  vertical-align: middle;
}
.jz_sidebar a {
  border-bottom: 1px solid #f6f6f6;
  display: block;
  width: 100%;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.316967, 0.989541, 0.310022, 1);
}
.jz_sidebar a.hover_bt:hover {
  background-color: #ff5e10;
}
.jz_sidebar a.hover_bt:hover i,
.jz_sidebar a.hover_bt:hover p {
  color: #fff !important;
}
.jz_sidebar .header_img {
  height: 50px;
  width: 40px;
  display: block;
  margin: 0 auto;
}
.jz_sidebar .talk_1 {
  background-image: url(../img/talk/talk_1.png);
}
.jz_sidebar .talk_2 {
  background-image: url(../img/talk/talk_2.png);
}
.jz_sidebar .talk_3 {
  background-image: url(../img/talk/talk_3.png);
}
.jz_sidebar .talk_box {
  background-repeat: no-repeat;
  background-color: #fff;
  width: 402px;
  position: absolute;
  top: 0;
  right: 58px;
  cursor: pointer;
  display: none;
  border: 1px solid rgba(191, 191, 191, 0.4);
}
.jz_sidebar .talk_box .inner {
  height: 304px;
  border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}
.jz_sidebar .talk_box .inner p {
  line-height: 1.4em;
}
.jz_sidebar .talk_box .bottom {
  height: 118px;
  padding-top: 30px;
  padding-left: 15px;
  position: relative;
}
.jz_sidebar .talk_box .bottom .ing {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 8px 15px;
  opacity: 0.6;
  left: 0;
}
.jz_sidebar .talk_box .bottom .ing p {
  line-height: 30px;
}
.jz_sidebar .talk_box .bottom .ing .bt {
  background-color: #ff5e10;
  color: #fff;
  padding: 0 14px;
  border-radius: 8px;
}
.jz_sidebar .talk_box .talk_1_1 {
  display: block;
}
.jz_sidebar .talk_box .talk_1_1 img {
  width: 106px;
  height: auto;
}
.jz_sidebar .talk_box .talk_1_2 {
  margin-left: 20px;
  display: inline-block;
}
.jz_sidebar .talk_box .questions {
  width: 277px;
  background-color: #f6f6f6;
  margin-left: 10px;
  line-height: 1.2em;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
}
.jz_sidebar .talk_box .questions::after {
  content: '';
  display: inline-block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f6f6f6;
  left: -9px;
  top: 10px;
  position: absolute;
}
